Code Directory – PyQuest Capstone II

WebSite/
- Contains all files that make up the deployed project website.
- Includes index.html, JavaScript, CSS, and asset files required to load the site.

SourceCode/
- Contains the source code used to implement the project.
- Scripts are written in C# following Unity MonoBehaviour conventions.

Docs/
- Contains required documentation:
  - Installation Guide
  - User Manual

Deployable Code:
- The deployable version of this project is the website located in the WebSite directory.
- The deployed instance is available at:
  https://pyquestcapstoneiidemo.com/
